home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / x11 / xasteroids.lha / xasteroids / LaunchClient next >
AmigaDOS Script File  |  1994-09-12  |  322b  |  12 lines

  1. .key arg
  2. .bra {
  3. .ket }
  4. ; Launch a client for the DaggeX (PD) X-Windows-System
  5. ;    Gerhard Leibrock, Spet 1994
  6. ; Remember that every client MUST have the same priority
  7. ; like the window-manager!!!!
  8. changetaskpri 0
  9. echo "Starting XClient *"{arg}*""
  10. ; use `run <NIL: >NIL: {arg}' if you want to close the shell later
  11. run {arg}
  12.